Other CI APIs
  • 04 Jan 2024
  • 1 Minute to read
  • Dark
    Light
  • PDF

Other CI APIs

  • Dark
    Light
  • PDF

Article summary

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:

Note:
The password value should be sent in base64-encoded format for this process.


Was this article helpful?