Provisioning users and groups#
Traditionally, Feide has only provided user and group data in the context of an actual authenticated user. However, there are a lot of use cases for provisioning user data and/or group data outside of this context.
Accessing user/group data without a user login#
Some APIs and endpoints allow services to fetch user/group data without a user needing to log in. To access user/group data in this manner you need to:
Add the
system-all-users
scope to your service.Authenticate with client credentials flow.
The actual user and group data that can be fetched will depend on:
The other scopes (attribute groups) that the service has access to
Which organizations have activated the service in the Customer Portal
What data is available for each API/endpoint.
Refer to the detailed API documentation for more information:
For testing these APIs please refer to the test users documentation.