/
RU
runloopai
/
RunLoop API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 2w ago
Details
Filter operations
accounts
15
agents
3
apikeys
3
Benchmark
17
Blueprint
12
Browser
2
Computer
5
customers
4
Devbox
37
executions
2
objects
7
Repository
9
Scenario
20
secrets
4
user_profiles
8
get
Get all user profiles.
post
Create user profile.
get
Get user profile by Keycloak user ID.
post
Update user profile.
get
Get user profile by ID.
get
Get user accounts.
get
Get user active account.
post
Delete user profile.
user_profiles
Get user accounts.
Get all accounts for a user.
get
/v1/user_profiles/{id}/accounts
Path parameters
id
string
required
The User Profile ID.
Response
OK
UserAccountListView
required
List of user accounts.
accounts
AccountView[]
The accounts.
Changes