The schema defines all the fields that exist for a user object.
idinteger |
Unique identifier for the user.
Read only Context: |
usernamestring |
Login name for the user.
Context: |
namestring |
Display name for the user.
Context: |
first_namestring |
First name for the user.
Context: |
last_namestring |
Last name for the user.
Context: |
emailstring, email |
The email address for the user.
Context: |
urlstring, uri |
URL of the user.
Context: |
descriptionstring |
Description of the user.
Context: |
linkstring, uri |
Author URL of the user.
Read only Context: |
localestring |
Locale for the user.
Context: One of: |
nicknamestring |
The nickname for the user.
Context: |
slugstring |
An alphanumeric identifier for the user.
Context: |
registered_datestring, datetime (ISO8601) |
Registration date for the user.
Read only Context: |
rolesarray |
Roles assigned to the user.
Context: |
passwordstring |
Password for the user (never included).
Context: |
capabilitiesobject |
All capabilities assigned to the user.
Read only Context: |
extra_capabilitiesobject |
Any extra capabilities assigned to the user.
Read only Context: |
avatar_urlsobject |
Avatar URLs for the user.
Read only Context: |
metaobject |
Meta fields.
Context: |
wpas_can_be_assignedboolean |
Can the system assign new tickets to this user?
Context: |
wpas_smart_tickets_orderboolean |
If Smart Tickets Order is enabled, Awesome Support will display tickets that need immediate attention at the top.
Context: |
wpas_after_replystring |
If Smart Tickets Order is enabled, Awesome Support will display tickets that need immediate attention at the top.
Context: One of: |
$ curl -X OPTIONS -i http://demo.wp-api.org/wp-json/wpas-api/v1/users