Modifies an existing claim mapping. You can modify the claim name, value, the Torq role ID the claim is mapped to, and the claim mapping rank.
ID
The ID of the claim mapping to update.
The new name for the claim.
The new value for the claim.
The new role ID for the claim mapping.
The new rank of the claim mapping.
A successful response.
The unique identifier of the claim mapping.
The name of the claim.
The value of the claim.
The ID of the role in Torq the claim is mapped to.
The rank of a claim mapping determines its position in the ordered list of mappings, ranging from 1 to n. For instance, given the claim mappings list [a, b, c, d, e], updating the rank of claim c to 2 would result in the updated list: [a, c, b, d, e]. Claims are applied in order. A user is assigned a role according to the first match found and subsequent mappings are ignored.
Invalid bearer token. If you receive this message more than once try creating a new Client ID/Client Secret or generating a new bearer token.
You don't have permission to access this resource.