This API call is used for verifyOAuthToken and createUserFromOAuthToken configuration storing. Data can be retrieved using call getOAuthConfiguration. If provided data is not a valid JSON error 1014 will be returned.
Here is the intended use case explained in more detail.
| Parameter name | Description | Possible value | Required | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| value | JSON with OAuth configuration data, expected format - {"publicKeyUrl";"","userGroupMapping";[{"userGroupId";0,"tokenPermissions";[""]}]}. New value will replace existing.Explained fields:
|
string | yes |