Roles Controller Create

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
permissionsIdslist of stringsRequired
namestringRequired
merchantIdstringRequired
descriptionstringOptional

Response

Returns role created

idstring
permissionslist of strings
namestring
descriptionstring

Errors