Actualy i’m getting the role information from users endpoint by adding the attribute like that:
endpoint:
http://xxx.xxx.xxx:8080/scim/v2/Users
Attributes:
displayName,urn:ietf:params:scim:schemas:sailpoint:1.0:User:roles,urn:ietf:params:scim:schemas:sailpoint:1.0:User:entitlements
the result returns all roles assigned for each user, but i need the date of the Activate and date of Deactivate
can you help?