curl --request GET \
--url https://b2b-api.dev-riseworks.io/v2/teams/{team_nanoid}/member/{user_nanoid}/summary \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"user": {
"nanoid": "<string>",
"avatar": "<string>",
"first_name": "<string>",
"middle_name": "<string>",
"last_name": "<string>",
"email": "<string>",
"blockchain_address": "<string>",
"phone": "<string>",
"dob": "<string>",
"address": {
"line_1": "<string>",
"line_2": "<string>",
"city": "<string>",
"state": "<string>",
"country": "<string>",
"zip_code": "<string>",
"timezone": "<string>"
},
"social": {
"linkedin": "<string>",
"discord": "<string>",
"website": "<string>",
"x": "<string>"
},
"certifications": [
{
"nanoid": "<string>",
"title": "<string>",
"website": "<string>",
"year": 123,
"file": "<string>"
}
],
"onboarding": {
"onboarded": true,
"step": "complete",
"role": "admin",
"moderation_status": "approved"
}
},
"relationship_type": "team_employee",
"pay_schedules": [
{
"nanoid": "<string>",
"type": "milestone",
"amount": "<string>",
"payments_amount": 123,
"start_date": "2023-11-07T05:31:56Z",
"end_date": "2023-11-07T05:31:56Z"
}
],
"company": {
"nanoid": "<string>",
"avatar": "<string>",
"name": "<string>",
"website": "<string>",
"blockchain_address": "<string>",
"address": {
"line_1": "<string>",
"line_2": "<string>",
"city": "<string>",
"state": "<string>",
"country": "<string>",
"zip_code": "<string>",
"timezone": "<string>"
},
"admin_contact": {
"fullname": "<string>",
"phone": "<string>",
"email": "<string>"
},
"incorporation_country": "<string>",
"incorporation_type": "association",
"private_data": {
"tax_id": "<string>"
}
}
}
}curl --request GET \
--url https://b2b-api.dev-riseworks.io/v2/teams/{team_nanoid}/member/{user_nanoid}/summary \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"user": {
"nanoid": "<string>",
"avatar": "<string>",
"first_name": "<string>",
"middle_name": "<string>",
"last_name": "<string>",
"email": "<string>",
"blockchain_address": "<string>",
"phone": "<string>",
"dob": "<string>",
"address": {
"line_1": "<string>",
"line_2": "<string>",
"city": "<string>",
"state": "<string>",
"country": "<string>",
"zip_code": "<string>",
"timezone": "<string>"
},
"social": {
"linkedin": "<string>",
"discord": "<string>",
"website": "<string>",
"x": "<string>"
},
"certifications": [
{
"nanoid": "<string>",
"title": "<string>",
"website": "<string>",
"year": 123,
"file": "<string>"
}
],
"onboarding": {
"onboarded": true,
"step": "complete",
"role": "admin",
"moderation_status": "approved"
}
},
"relationship_type": "team_employee",
"pay_schedules": [
{
"nanoid": "<string>",
"type": "milestone",
"amount": "<string>",
"payments_amount": 123,
"start_date": "2023-11-07T05:31:56Z",
"end_date": "2023-11-07T05:31:56Z"
}
],
"company": {
"nanoid": "<string>",
"avatar": "<string>",
"name": "<string>",
"website": "<string>",
"blockchain_address": "<string>",
"address": {
"line_1": "<string>",
"line_2": "<string>",
"city": "<string>",
"state": "<string>",
"country": "<string>",
"zip_code": "<string>",
"timezone": "<string>"
},
"admin_contact": {
"fullname": "<string>",
"phone": "<string>",
"email": "<string>"
},
"incorporation_country": "<string>",
"incorporation_type": "association",
"private_data": {
"tax_id": "<string>"
}
}
}
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
TeamNanoid
15UserNanoid
15Default Response
true, false Show child attributes
Show child attributes
Unique identifier for the user
15URL of the user's avatar
User's first name
User's middle name
User's last name
User's email address
User's blockchain wallet address
User's phone number
User's date of birth, nullable
Show child attributes
Primary address line
Secondary address line
City of residence
State or region
Country of residence
Postal code
User's timezone
List of user's certifications
Show child attributes
Unique identifier for the certification
15Title of the certification
Website URL for certification details
Year the certification was obtained
URL of the file related to the certification
Show child attributes
Indicates whether the user is onboarded
Current onboarding step, nullable
complete, compliance_process, details, initial, riseid, security, signer, signing, v1_migration_in_progress, v1_migration_need_rsk User's role during onboarding, nullable
admin, payee, payer, viewer Moderation status during onboarding, nullable
approved, pending, rejected, submitted Type of relationship with the team
team_employee, contractor List of pay schedules associated with the user
Show child attributes
Unique identifier for the pay schedule
15Type of pay schedule
milestone, recurring Payment amount
Total number of payments
Start date of the pay schedule
End date of the pay schedule
Details of the associated company, optional
Show child attributes
Unique identifier for the company
15URL of the company's avatar
Company's name
Company's website URL
Company's blockchain wallet address
Show child attributes
Primary address line
Secondary address line
City of the company
State or region
Country of the company
Postal code
Company's timezone
Country of incorporation
Type of incorporation
association, c-corporation, charitable_incorporated_organisation, chartered_company, holding_company, im_not_sure, limited_liability_company, limited_partnership, non_government_organisation, non_profit_organisation, private_limited_company, public_limited_company, s-corporation, sole_proprietorship, statutory_company, subsidiary_company, unlimited_partnership