mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 13:01:56 +00:00
docs(api): use mintlify for API specs
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
---
|
||||
title: "Create User"
|
||||
api: "POST /api/v1/users"
|
||||
description: "Invite a new user to the tenant."
|
||||
---
|
||||
|
||||
Create and invite a new user.
|
||||
|
||||
## Request Body
|
||||
\`\`\`json
|
||||
{
|
||||
"data": {
|
||||
"type": "users",
|
||||
"attributes": {
|
||||
"email": "user@example.com",
|
||||
"name": "John Doe"
|
||||
}
|
||||
}
|
||||
}
|
||||
\`\`\`
|
||||
Reference in New Issue
Block a user