Assign Permission Profiles
post
/api/restapi/globalPermissions/assignUser
Use this endpoint to assign global permission profiles to one or more users.
Request
Header Parameters
-
singleTransaction: boolean
Enabling this boolean flag fails to complete the request if an error occurred when validating any user permission profile sent as part of the request.
Allowed Values: [ "true", "false" ]Default Value:false
Supported Media Types
- application/json
Root Schema : ApiEntityGlobalUserPermissions
Type:
object
Title:
Show Source
ApiEntityGlobalUserPermissions
-
profiles: array
profiles
List of user profiles.
Nested Schema : profiles
Type:
array
List of user profiles.
Show Source
-
Array of:
object ApiEntityGlobalProfileInput
Title:
ApiEntityGlobalProfileInput
Nested Schema : ApiEntityGlobalProfileInput
Type:
object
Title:
Show Source
ApiEntityGlobalProfileInput
-
globalProfileId: string
Maximum Length:
255
System-defined identifier of the global profile. -
userName: string
Maximum Length:
255
Username of the user for permission assignment.
Examples
Back to Top
Response
Supported Media Types
- application/json
207 Response
The object was successfully integrated.
Root Schema : ApiEntityGlobalUserPermissionsResponse
Type:
object
Title:
Show Source
ApiEntityGlobalUserPermissionsResponse
-
profiles: array
profiles
Profiles response with individual message and statusCodes.
Nested Schema : profiles
Type:
array
Profiles response with individual message and statusCodes.
Show Source
-
Array of:
object ApiEntityProfileResponse
Title:
ApiEntityProfileResponse
Nested Schema : ApiEntityProfileResponse
Type:
object
Title:
Show Source
ApiEntityProfileResponse
-
message: string
Error message or reason for operation failure is populated. The field is non-persistable and thus maximum length is not applicable.
-
profileId: string
Maximum Length:
255
The system-defined unique identifier of an object profile. -
statusCode: integer
(int32)
The response code representing the state of the API operation.
-
userName: string
Maximum Length:
255
Username of the user for permission assignment.
400 Response
Invalid input for the global permission service.