Skip to main content

Update a user role pairing by id​

Update a user role pairing by id

Path Parameters
  • id uuid required

    ID of the object to retrieve or update

    Example: db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e
Request Body required
  • user_role object
  • user_id uuid

    The user_id

  • role_id uuid

    The role_id

Responses

Expected response to a valid request


Schema
  • user_role object
  • id uuid

    the id

  • uid string

    Possible values: >= 32 characters and <= 32 characters

    the uid

  • user_id uuid

    the user id

  • role_id uuid

    the role id

Loading...