orgMemberCheck
Verify whether the user is a member of the organization based on the username
Path Parameters
- org string required
organization namespace
- username string required
username
Header Parameters
- Authorization required
Oauth2 token or private token (needs to start with Bearer plus a space)
Responses
- 200
- 401
- 404
Respond to this status code if the requester is a member of an organization and the username being queried is a member of this organization
If the requester is not a member of the organization, respond with this status code
Respond to this status code if the requester is a member of an organization and the user whose name is being queried is not a member of the organization.
Loading...