- 04 Jan 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Other CI APIs
- Updated on 04 Jan 2024
- 1 Minute to read
- Print
- DarkLight
- PDF
Cross Identity has a feature where custom User/Application attributes can be updated with the help of API. These APIs are used for the List and Dropdown type of Attributes.
API for Application Attribute
For populating Application attribute values:
POST <tenant_URL>/ CIDSaas/default/user/populateApplicationAttributeValues
Below is the sample response:
Application attribute API for Attribute Type list:
POST <tenant_URL>/ CIDSaas/default/user/populateApplicationAttributeValues
Below is the sample response:
API for User Attribute
For populating User Attribute values:
POST <tenant_URL>/ CIDSaas/default/user/populateUserAttributeValues
Below is the sample response:
- User attribute API for Attribute Type list:
- For populating User Attribute values:
POST <tenant_URL>/ CIDSaas/default/user/populateUserAttributeValues
Below is the sample response:
Custom Windows Login APIs
API for getUserInfo:
“<tenant_URL>/getUerInfoAuth”: retrieves the user's authentication policy information.
You can replace ‘crossid.example.com’ with the respective tenant URLs while using the API.
Below is the sample response:
API for get AuthReq:
“<tenant_URL>/AuthStatus”: retrieves the user's authentication status.
Below is the sample response: