...
Code Block | ||
---|---|---|
| ||
$base_url/api/v0/users/alice@example.org |
Example response body
Info |
---|
Please note the |
Code Block | ||
---|---|---|
| ||
{ "username": "alice@example.org", "displayName": "Alice", "locale": "nl", "attributes": [ { "name": "urn:mace:dir:attribute-def:displayName", "values": [ "Alice" ] }, { "name": "urn:mace:dir:attribute-def:mail", "values": [ "alice@example.org" ] }, { "name": "urn:mace:dir:attribute-def:eduPersonAffiliation", "values": [ "member", "student" ] }, { "name": "urn:mace:dir:attribute-def:eduPersonPrincipalName", "values": [ "alice@example.org" ] } ], "roles": [ "ROLE_MEMBER", "ROLE_STUDENT" ] } |
...