Add or update a single security identity
Add or update a single security identity
The permission model of an item typically refers to one or several security identities which you can manage in the security identity provider of its secured Push source. Being able to add or update a single security identity can be useful, especially when you’re testing the service, or when you need to perform a very small security identity update.
Use the Add or update a security identity operation to push a security identity definition into a specific security identity provider.
You should never use this operation repetitively to add or update many security identities in security identity provider (that is, perform a large scale security identity update). If that’s what you need to do, you should use the batch operation instead (see Manage batches of security identities). |
Request template
Request definition
|
Request body
|
Note
For legacy reasons, the request path of this operation uses the word permissions instead of identities. While those two concepts are related, they have entirely different meanings. Remember that this operation actually allows you to interact with security identities (not item permissions). |
In the request path:
-
Replace
<MyOrganizationId>
with the actual ID of the target Coveo organization (see Retrieving the ID of a Coveo organization). -
Replace
<MySecurityIdentityProviderId>
with the actual ID of the target security identity provider (see Create a security identity provider for a secured Push source).
In the Authorization
HTTP header:
-
Replace
<MyAccessToken>
with an access token that grants the Organization - View and Security identity providers - View/Edit privileges in the target Coveo organization (see Create an API key, Get the privileges of an access token, and Get your Coveo access token).
In the request body (see Security identity models - IdentityBody):
-
Replace
<MySecurityIdentity>
with the actual definition of the security identity you’re pushing (see Security identity definition examples).You must make consistent use of the
wellKnowns
parameter among different push API calls. In other words, if you’re adding or updating a single alias, make sure that the samewellKnowns
are also sent when using that call to prevent involuntary disassociation of granted identities from their groups (see Group and granted security identities). This also applies to the repeated use of any given API call.
Sample request
The following example shows how to add or update the SampleGroup
security identity.
Request definition
|
Request body
|
Successful response - 202 Accepted
|