Hello,
Is the only way to check a user’s Roles and Access Profiles, and to check the removeDate (if any) via Search API?
/beta/historical-identities/<id>/access-items?type=role lists the roles, but doesnt have removeDate specified there.
Thanks.
Hello,
Is the only way to check a user’s Roles and Access Profiles, and to check the removeDate (if any) via Search API?
/beta/historical-identities/<id>/access-items?type=role lists the roles, but doesnt have removeDate specified there.
Thanks.
hello @jrossicare , you can get removeDate using Search API. See below:
Request Body (you can use any identity attribute that uniquely identifies the user):
Response Body (Go to “access” and search the access profile/role you’ve applied the removeDate on):
HTH!
Hi Gaurav
Yes, my question was if Search was the only way, or if there was another API endpoint that would be more appropriate.
Thanks.
Oh sorry I missed that!
From my best knowledge, currently there are no other ways to do this.