User Actions
cidaas User Actions API
These APIs manage:
- Register new users with optional auto-login
- Invite new users
- Add users to or remove users from user groups
- Purge users
- Perform bulk user add and update operations
- Implement webfinger actions for customer's own IDP
The core entities are:
- UserAccount - describes a user in your system and links user identities
- UserGroupMap - defines relationships between users and user groups
Authentication
- OAuth 2.0: oauth2
Security Scheme Type: | oauth2 |
|---|---|
OAuth Flow (authorizationCode): | Token URL: https://domain/token-srv/token Authorization URL: https://domain/authz-srv/authz Scopes:
|
OAuth Flow (clientCredentials): | Token URL: https://domain/token-srv/token Scopes:
|
OAuth Flow (implicit): | Authorization URL: https://domain/authz-srv/authz Scopes:
|
Terms of Service
https://www.cidaas.com/terms-of-use/