Description : Get info about an user
Arguments :
Methods : GET
Response :
Arguments :
| Name | Type | Description |
|---|---|---|
| id-or-name | int|string | The slug of the user or the ID |
Methods : GET
Response :
| Name | Type | Description |
|---|---|---|
| user_id | int | The User ID |
| user_name | string | The user name |
| user_description | string | User description |
| user_slug | string | The user slug (Identification in the URL) |
| user_url | string | User profile URL |
| user_role | string | User primary role |
| author_linked | bool | If an author is linked to this user or not |
| author_id | int | Author linked ID (Don't appear if author_linked = false) |
| author_slug | string | Author slug linked (Don't appear if author_linked = false) |
| author_name | string | Author Name linked (Don't appear if author_linked = false) |
| author_link | string | Author Entry list URL (Don't appear if author_linked = false) |
| last_entries | int[] | Array of Entry IDs from this user (10 entries) |