Examples with curl
Provides some examples of using User Directory API with curl
Last updated
Was this helpful?
Provides some examples of using User Directory API with curl
Last updated
Was this helpful?
This gives you an overview of the configured directories. This is also the place to find out about the id that you need to start a directory sync.
Our API is not actively checking for the Content-Type that you request, as by default we return json only. However, depending on your deployment, not passing the Content-Type header, might result in an error like: 403 XSRF check failed. That can be resolved by passing the Content-Type header and in some cases the Origin header as well: