Skip to content

IUserRetrieveService.ById method

Gets the user definition with the specified identifier.

public IUserDefinition? ById(string id)
parameter description
id The unique user identifier.

Return Value

The matching IUserDefinition or null if not found.

See Also