Create a profile type role
POST {{baseUrl}}/profile_type_roles
This endpoint can create a profile type role. NOTE- The ability to toggle Allow/Block is done through the Profile Type
Request Body
{"form"=>{"profile_type_id"=>"2eb5773f-2486-452f-bdb3-796133b30862", "role_id"=>"2eb5773f-2486-452f-bdb3-796133b30862"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"form":{"profile_type_id":"2eb5773f-2486-452f-bdb3-796133b30862","role_id":"2eb5773f-2486-452f-bdb3-796133b30862","id":"2e06b876-f456-473d-bd65-b6435e0b6b2d"}}