XUS IAM FIND USER (3387)    REMOTE PROCEDURE (8994)

Name Value
NAME XUS IAM FIND USER
TAG IAMFU
ROUTINE XUESSO3
RETURN VALUE TYPE ARRAY
AVAILABILITY SUBSCRIPTION
VERSION 1
APP PROXY ALLOWED No
DESCRIPTION
RPC ICR #6288 - API ICR #none
This restricted RPC is used exclusively by the Identity and Access 
Management (IAM) Provisioning application to find a list of users that 
satisfy a collection of input criteria.
 
One or more of the input array values must be set by the calling 
application. The XUSHOWSSN Security Key is required to do lookups using 
Personally Identifiable Information (PII) such as Social Security Number 
(SSN) or Date of Birth (DOB).
INPUT PARAMETER
  • NAME
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   35
    REQUIRED:   NO
    SEQUENCE NUMBER:   1
    DESCRIPTION:   
    Search on user name.
    
  • SSN
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   9
    SEQUENCE NUMBER:   2
    DESCRIPTION:   
    Search on user Social Security Number (SSN). The user calling this RPC 
    must hold the XUSHOWSSN Security Key to search using SSN.
    
  • DOB
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   15
    SEQUENCE NUMBER:   3
    DESCRIPTION:   
    Search on user Date of Birth (DOB). The user calling this RPC must hold
    the XUSHOWSSN Security Key to search using DOB.
    
  • ADUPN
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   50
    SEQUENCE NUMBER:   4
    DESCRIPTION:   
    Search on user Active Directory UPN.
    
  • SECID
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   30
    SEQUENCE NUMBER:   5
    DESCRIPTION:   
    Search on user Security ID.
    
  • AUTHCODE
    PARAMETER TYPE:   LITERAL
    MAXIMUM DATA LENGTH:   80
    REQUIRED:   YES
    SEQUENCE NUMBER:   6
    DESCRIPTION:   
    Security Phrase for IAM Provisioning Application.
    
RETURN PARAMETER DESCRIPTION
Fail    R(0)="-1^Error Message"
Success R(0)=total number of entries found, from "0" to "n".
        R(1) through R(n)="DUZ^Name^Name Components^SSN^Dob^AD UPN^SecID"