...
The response below describes information on a user with the e-mail address external_user@dlcdev.com, the most notable item being the uid 200.
Code Block | ||||
---|---|---|---|---|
| ||||
{ "self":"http://744.localhost/user?mail=external_user%40dlcdev.com", "first":"http://744.localhost/user?mail=external_user%40dlcdev.com\u0026page=0", "last":"http://744.localhost/user?mail=external_user%40dlcdev.com\u0026page=0", "list":[ { "uid":"200", "name":"external_user", "mail":"external_user@dlcdev.com", "url":"http://744.localhost/users/external_user", "edit_url":"http://744.localhost/user/200/edit", "last_access":"1469471140", "last_login":"1469469525", "created":"1459800968", "roles":[ 2 ], "status":"1", "profile_profile":{ "uri":"http://744.localhost/profile2/46", "id":"46", "resource":"profile2" }, "uuid":"ba5bc8af-25d7-48de-bb54-87ae70ac33b5" } ] } |
Info | ||
---|---|---|
| ||
uid is the unique Drupal identifier, which is different from the uuid. Uuid is the universal unique identifier, which is an internal identifier for the database system. |
...
Code Block | ||
---|---|---|
| ||
{
"self":"https://your-domain.com/authmap?authname=14360896",
"first":"https://your-domain.com/authmap?authname=14360896\u0026page=0",
"last":"https://your-domain.com/authmap?authname=14360896\u0026page=0",
"list":[
{
"aid":"2",
"uid":"229",
"authname":"14360896",
"module":"client_sso"
}
]
} |
...
} |