Retrieve a member
Retrieve a merchant member.
Path parameters
Short unique identifier for the merchant.
The ID of the member to retrieve.
Response
Returns the Member object for a valid identifier.
Example response
{
"id": "mem_WZsm7QTPhVrompscmPhoGTXXcrd58fr9MOhP",
"roles": [
"role_admin",
"role_owner"
],
"permissions": [
"members_read",
"members_write",
"create_moto_payments",
"full_transaction_history_view",
"refund_transactions",
"create_referral",
"developer_settings_edit",
"developer_settings_access"
],
"created_at": "2023-01-20T15:16:17Z",
"updated_at": "2023-02-20T15:16:17Z",
"user": {
"id": "44ca0f5b-813b-46e1-aee7-e6242010662e",
"email": "example@sumup.com",
"mfa_on_login_enabled": true,
"virtual_user": false,
"service_account_user": false
},
"status": "accepted"
}Changes
Changed in 7 of the 53 revisions of this API.111
- ○
the security scope
members.readwas added to the endpoint's security schemeoauth2api-security-scope-added
- ○
the security scope
user.subaccountswas added to the endpoint's security schemeoauth2api-security-scope-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
the
user/classic/user_idresponse's property type/format changed frominteger/int32tointeger/for status200response-property-type-changed
- ○
response property
user/service_account_userdeprecatedresponse-property-deprecated
- ○
response property
user/virtual_userdeprecatedresponse-property-deprecated
- ○
added the required property
user/typeto the response with the200statusresponse-required-property-added
- ▲
- ○
media type
application/jsonwas changed to a more specific media typeapplication/problem+jsonfor the response status404response-media-type-name-specialized
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the media type
application/jsonfor the response with the status404response-media-type-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
response property
permissionsdeprecatedresponse-property-deprecated
- ○
- ○
added the required property
user/service_account_userto the response with the200statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
the endpoint scheme security
apiKeywas added to the APIapi-security-added
- ○
the endpoint scheme security
oauth2was added to the APIapi-security-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○