# Add Role **POST /api/roles** ## Servers - production: https://lztup.toil.cc (production) ## Parameters ### Body: application/json (object) - **name** (string) - **scope** (array) ## Responses ### 201 Successful Response #### Body: application/json (object) - **role_id** (integer) - **name** (string) - **scope** (array) - **created_at** (integer) ### 503 Database connection error #### Body: application/json (object) - **detail** (string) ### 422 Validation Error #### Body: application/json (object) - **detail** (array[object]) [Powered by Bump.sh](https://bump.sh)