The schema defines all the fields that exist for a user object.
id integer |
Unique identifier for the user.
Read only Context: |
username string |
Login name for the user.
Context: |
name string |
Display name for the user.
Context: |
first_name string |
First name for the user.
Context: |
last_name string |
Last name for the user.
Context: |
email string, email |
The email address for the user.
Context: |
url string, uri |
URL of the user.
Context: |
description string |
Description of the user.
Context: |
link string, uri |
Author URL of the user.
Read only Context: |
locale string |
Locale for the user.
Context: One of: |
nickname string |
The nickname for the user.
Context: |
slug string |
An alphanumeric identifier for the user.
Context: |
registered_date string, datetime (ISO8601) |
Registration date for the user.
Read only Context: |
roles array |
Roles assigned to the user.
Context: |
password string |
Password for the user (never included).
Context: |
capabilities object |
All capabilities assigned to the user.
Read only Context: |
extra_capabilities object |
Any extra capabilities assigned to the user.
Read only Context: |
avatar_urls object |
Avatar URLs for the user.
Read only Context: |
meta object |
Meta fields.
Context: |
wpas_can_be_assigned boolean |
Can the system assign new tickets to this user?
Context: |
wpas_smart_tickets_order boolean |
If Smart Tickets Order is enabled, Awesome Support will display tickets that need immediate attention at the top.
Context: |
wpas_after_reply string |
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