getUserDetail

This method returns an object containing details of the organizational status of the specified resource, including the groups and positions the user is a member of, as well as the privileges associated with the user.

Syntax

this.app.getUserDetail(version, resourceGuid)

Parameters

  • version - (string) The version of the organization model from which to obtain the user details (-1 for the latest version).
  • resourceGuid - (string) A unique identifier for the resource.

Returns

oDetail - (Object) Provides detailed information about the specified resource. The format of this object is identical to the one described for getLoggedInUserDetail.