Accounts
The accounts service is thought to be owning the user, resource group and company information.
Fractal Accounts (v1)
Download OpenAPI specification:Download
YanchWare: contacts@yanchware.com URL: https://www.yanchware.com/
Fractal Accounts description
/Accounts
Authorizations:
Bearer
Request Body schema:
name | string or null |
string or null | |
avatarUrl | string or null |
phoneNumber | string or null |
businessScopes | Array of strings or null unique |
Responses
Request samples
- Payload
Content type
{- "name": "string",
- "email": "string",
- "avatarUrl": "string",
- "phoneNumber": "string",
- "businessScopes": [
- "string"
]
}
/Accounts/resourcegroups/{shortName}
Authorizations:
Bearer
path Parameters
shortName required | string |
Request Body schema:
displayName | string or null |
description | string or null |
icon | string or null |
Responses
Request samples
- Payload
Content type
{- "displayName": "string",
- "description": "string",
- "icon": "string"
}