Forum Discussion
DarshilBhatt24
Feb 05, 2026Copper Contributor
Windows Autopilot API
Hello Members,
Is it possible to configure the Windows Autopilot API to generate the "skiptoken" based on a different attribute (such as a unique ID or a field guaranteed to be whitespace-free)?
Any info or pointers would be great.
Thanks.
1 Reply
No, this isn’t possible. In the Windows Autopilot (Microsoft Graph) API, the $skiptoken is generated server-side by Microsoft and can’t be configured or influenced by the client. You can’t control which attribute is used to generate it or replace it with a custom value.