GetMe
Certified
Fetch the user behind the API token
GetMe
Certified
Fetch the user behind the API token
yaml
type: io.kestra.plugin.monday.users.GetMeExamples
yaml
id: monday_get_me
namespace: company.team
tasks:
- id: me
type: io.kestra.plugin.monday.users.GetMe
apiToken: "{{ secret('MONDAY_API_TOKEN') }}"
Properties
apiToken *Requiredstring
apiUrl string
Default
https://api.monday.com/v2apiVersion string
Default
2024-10maxRetries integerstring
Default
3retryInterval string
Default
PT5SretryMaxInterval string
Default
PT30S