object UpdateUserOutput
Fields
| Field | Type | Description |
|---|---|---|
request_id | String | Public API request ID that identifies the related record. |
complexity | Int | Complexity as a numeric value. |
user | User | User for this user. |
Referenced By
- user_update Mutation
Example
{
"request_id": "UmVjb3JkOjEyMzQ=",
"complexity": 100,
"user": {id: "VXNlcjoxMjM0"}
}