Skip to content
English

Get basic user information

GET
/service/userinfo/{username}
curl --request GET \
--url https://example.com/api/v1/service/userinfo/example \
--cookie grommunioAuthJwt=<grommunioAuthJwt>
username
required
string

E-mail address of the user

User info returned

Media typeapplication/json
object
ldap

Whether the user is linked to an LDAP object

boolean
Examplegenerated
{
"ldap": true
}