POST profiles/{profileId}/groups
Associate a profile with a group.
Remarks
C4M Error Code returned:
null Profile has been successfully associated with the group.
ProfileNotFound The requested profile does not exist on this environment.
GroupNotFound The requested group does not exist on this environment.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
profileId | The profile's identifier. |
Define this parameter in the request URI. |
requestDto | DTO with the group identifier. Please IdentityDto. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "id": 1 }Sample:
{ "versionId": 1, "installType": 0, "id": 1 }
Response Information
Operation result.
Response body formats
application/json, text/json
Sample:
Sample not available.