The GET /directory/v1/{dn}
operation returns a specific directory record and its associated attributes. The distinguished name {dn} of the entry is specified in the request URL.
In this example, the value of the dn
attribute is uid=lindajones,ou=people,dc=example,dc=com
.
In the request header, the Bearer jwtToken
value is your full base64url-encoded token generated by the authentication service.
This GET
request does not require a request body. The response returns the entry data.
Authorization | Basic Auth |
---|---|
Username | {{username}} |
Password | <password |
Request Headers | |
---|---|
Authorization | Bearer {{jwtToken}} |