Sidra API module: Identity¶
Sidra platform uses IdentityServer4 for user authentication.
Identity¶
It allows retrieving information about all the identities or a specific identity based on its identifier.
IdentityServerUsers¶
It allows retrieving information about the Identity Server users:
- Get the list of users whose name starts with a specified string.
- Get the user photo based on it identifier. If the specified resolution is not stored, it will be returned the default resolution.
- Get the basic information of a list of users specified by theirs identifiers.