Skip to main content

Assign a user to a grid

PUT 

/api/web/v1/users/:id/grids/assign

Assign the specified user a grid. Caller requires the GRIDS:EDIT permission.

Request

Path Parameters

    id stringrequired

    The UUID of the user to which a grid is to be assigned.

Body

required

    emailParms

    object

    The parameters passed to customize email delivery to a user

    emailAttributeName string

    The name of the user attribute to use for email delivery. If not provided, the system-defined email attribute will be used.

    response string

    When an end user is assigning a grid to themselves, this attribute specifies a grid challenge response proving that the user has possession of the grid being assigned.

    serialNumber string

    When the user to which a grid is to be assigned is known, this attribute specifies the serial number of the grid that will be assigned.

    userId string

    When the specified grid is known, this attribute specifies the user Id or user alias of the user to which the grid will be assigned.

Responses

Successful

Loading...