All Products
Search
Document Center

Quick BI:CheckOrganizationMember

Last Updated:Nov 05, 2025

Checks if a user is a member of an organization.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

No authorization for this operation. If you encounter issues with this operation, contact technical support.

Request syntax

POST  HTTP/1.1

Request parameters

Parameter

Type

Required

Description

Example

UserId

string

Yes

The ID of the Quick BI user. This is not your Alibaba Cloud account ID. Call the QueryUserInfoByAccount operation to obtain the user ID.

adfssd-sdf****

Response elements

Element

Type

Description

Example

object

The returned data.

RequestId

string

The request ID.

D787E1A**********DF8D885

Result

boolean

Indicates whether the API call succeeded. Valid values:

  • true: The call succeeded.

  • false: The call failed.

true

Success

boolean

Indicates whether the request was successful. Valid values:

  • true: The request was successful.

  • false: The request failed.

true

Examples

Success response

JSON format

{
  "RequestId": "D787E1A**********DF8D885",
  "Result": true,
  "Success": true
}

Error codes

HTTP status code

Error code

Error message

Description

400 Internal.System.Error An internal system error occurred. An internal system error occurred.
400 Invalid.Parameter.Error The parameter is invalid:%s. invalid parameter: ${0}.

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.