You need to sign in to do that
Don't have an account?

How to fetch Roles using salesforce scim implementation
I can update the user roles using :
{
"schemas": [
"urn:scim:schemas:core:1.0",
"urn:scim:schemas:extension:enterprise:1.0"
],
"id": "00528000001EhgD",
"displayName": "Changed Name",
"nickName": "NickName",
"roles": [{
"value": "00E28000000p0XaEAI",
"display": "CEO"
}]
}
URL : https://ap2.salesforce.com/services/scim/v1/Users/00528000001EhgD
But I am not able to fetch the roles as I could not find the resource url for fetching the roles.
I want to fetch role ids using role name
Can anybody please help here?
{
"schemas": [
"urn:scim:schemas:core:1.0",
"urn:scim:schemas:extension:enterprise:1.0"
],
"id": "00528000001EhgD",
"displayName": "Changed Name",
"nickName": "NickName",
"roles": [{
"value": "00E28000000p0XaEAI",
"display": "CEO"
}]
}
URL : https://ap2.salesforce.com/services/scim/v1/Users/00528000001EhgD
But I am not able to fetch the roles as I could not find the resource url for fetching the roles.
I want to fetch role ids using role name
Can anybody please help here?
https://scimtest-dev-ed.my.salesforce.com/services/scim/v2/Roles/00E1t000000QDw3EAG