Skip to main content

Create a profile type role

POST 

/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

required
    form object
    profile_type_id string

    The id of the profile type

    role_id string

    The id of the role

Responses

Expected response to a valid request

Schema
    form object
    profile_type_id string

    The id of the profile type

    role_id string

    The id of the role

    id string

    The id of the profile type role

Loading...