ADUserInfo
ADUserInfo
Information related to AD User.
JSON Example
{
"domain": "example.com",
"group_guids": [
"5F5A45D9-15C0-4654-8FCF-D589C0EF3ECA",
"6H8S6Y4-35D3-6534-5ERC-A678E3YG4FAD"
],
"group_sids": [
"S-1-5-21-544",
"S-1-5-21-1111111111-2222222222-3333333333-513"
],
"user_guid": "5F5A45D9-15C0-4654-8FCF-D589C0EF3ECA",
"user_principal_name": "[email protected]",
"user_sid": "S-1-5-21-544",
"username": "testuser"
}
string
domain
Optional
DNS name of the domain in which this user or group belongs to.
array of string
group_guids
Optional
Guids of the user's groups in RFC 4122 format.
array of string
group_sids
Optional
List of unique SIDs of the groups, this user or group belongs to.
string
user_guid
Optional
GUID of the user in RFC 4122 format.
string
user_principal_name
Optional
User Principal name(UPN) of this user.
string
user_sid
Optional
Unique SID representing this AD User.
string
username
Optional
Username of this user.