getReportees
This function gets the reportees of the user. If the user does not exist, it returns null
. This function returns a list of nodes. Each node in the list is called user.
Signature:
ids:getReportees(userName, upToLevel, realmName)
Arguments:
-
userName
: The user name. -
upToLevel
- Defines the levels of indirect reportees to be included in the result. If the value is1
, it returns only direct reportees. If the value is -1
, it returns all levels of reportees. It can be either an element with valuexsd:number
or a string, for example'1
'. -
realmName
: The realm name. This is optional and, if not specified, the default realm is assumed.
Property IDs:
-
namespace-uri
:http://xmlns.oracle.com/bpel/services/IdentityService/xpath
-
namespace-prefix
:ids