Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions user-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,13 @@ The username for the account
{
"id": 2,
"username": "exampleuser",
"api_key" : "user_api_key"
"role": {
"slug": "user",
"name": "User",
"description": "User role with edit access to objects and campaigns"
}
"password_change_required": false
}
```
{% endapi-method-response-example %}
Expand Down