Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Output values:

NameDescriptionExampleNotes
idUser UUID3c5a623af057e23a32ae4000cf291339 
usernameUser name of user, including domainjdoe@example.commcarehq.org 
first_nameFirst name of userJohn 
last_nameLast name of userDoe 
default_phone_numberPrimary phone number of user+50253311399 
emailEmail address of user john.doe@example.org 
phone_numbersList of all phone numbers of the user(see examples) 
groupsList of all group ids belonging to the user(see examples) 
user_dataAny additional custom data associated with the user(see examples)If the property begins with a number, it will not be returned when using XML

Sample usage:

Code Block
https://www.commcarehq.org/a/demo/api/v0.4/user/?format=xml&limit=5

...