Method GetOrgId
GetOrgId(string, string)
Call UDP store asynchronously to retrieve the Organization Identifier.
Declaration
[Obsolete("Internal API, it will be removed soon.")]
public static object GetOrgId(string accessToken, string projectGuid)
Parameters
Type | Name | Description |
---|---|---|
string | accessToken | The bearer token to UDP. |
string | projectGuid | The project id. |
Returns
Type | Description |
---|---|
object | The HTTP GET Request to get the organization identifier. |