Assigns A List Of Profiles To User

Assigns list of profiles to a user.

SecuritybearerToken
Request
Request Body schema: application/json
userId
integer <int32>

Id of the User to assign the Profiles. Passing null will unassign the profile

profileIds
required
Array of strings <uuid>

List of profiles to assign a user

Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404
put/compliance/kyc-protect/profiles/assign/bulk
Request samples
application/json
{
  • "userId": 0,
  • "profileIds": [
    ]
}
Response samples
application/json
[
  • {
    }
]