# Create spot member custom role **POST /v1/spotMemberCustomRole** Create spot member custom role ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Body: application/json (object) - **label** (string) The label of the custom role. - **description** (string) The description of the custom role. - **permissions** (array[string]) The permissions of the custom role. ## Responses ### 201 Spot member custom role been successfully created #### Body: application/json (object) - **id** (string) The id of the custom role. - **label** (string) The label of the custom role. - **description** (string) The description of the custom role. - **permissions** (array[string]) The permissions of the custom role. ### 400 Malformed payload ### 401 Unauthorized ### 403 Forbidden [Powered by Bump.sh](https://bump.sh)